Before you configure the PHP sample, install Prizm Content Connect and verify the service is working correctly.
- Install Apache and PHP (including the PHP JSON module). Refer to the directions that are specific to your distribution.
- Add the following to the Apache configuration:
Code Example |
Copy Code
|
Alias /pccis_sample /usr/share/prizm/Samples/PCCIS/php
<Directory /usr/share/prizm/Samples/PCCIS/php>
AllowOverride All
</Directory>
|
- Restart the Apache service to read the configuration changes:
Code Example |
Copy Code
|
# verify the file validates
service httpd configtest
# restart the service to read the configuration changes
service httpd restart
|
- Test the sample application in a browser: